home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / SamDodge.swf / scripts / DefineButton2_114 / BUTTONCONDACTION on(rollOver).as
Encoding:
Text File  |  2001-07-07  |  95 b   |  8 lines

  1. on(rollOver){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndStop("winner");
  5.       play();
  6.    }
  7. }
  8.